let Source = Table.FromRecords( { [AccountType="REVENUE", AccountTypeName="Revenue"], [AccountType="SALES", AccountTypeName="Sales"], [AccountType="DIRECTCOSTS", AccountTypeName="Direct Costs"], [AccountType="OTHERINCOME", AccountTypeName="Other Income"], [AccountType="EXPENSE", AccountTypeName="Expense"], [AccountType="OVERHEADS", AccountTypeName="Overhead"], [AccountType="DEPRECIATN", AccountTypeName="Depreciation"], [AccountType="WAGESEXPENSE", AccountTypeName="Wage Expense"], [AccountType="SUPERANNUATIONEXPENSE", AccountTypeName="Superannuation Expense"], [AccountType="CURRENT", AccountTypeName="Current Asset"], [AccountType="INVENTORY", AccountTypeName="Inventory"], [AccountType="PREPAYMENT", AccountTypeName="Prepayment"], [AccountType="BANK", AccountTypeName="Bank"], [AccountType="FIXED", AccountTypeName="Fixed"], [AccountType="NONCURRENT", AccountTypeName="Non-Current Asset"], [AccountType="CURRLIAB", AccountTypeName="Current Liability"], [AccountType="LIABILITY", AccountTypeName="Liability"], [AccountType="TERMLIAB", AccountTypeName="Long Term Liability"], [AccountType="PAYGLIABILITY", AccountTypeName="PAYG Liability"], [AccountType="SUPERANNUATIONLIABILITY", AccountTypeName="Superannuation Liability"], [AccountType="EQUITY", AccountTypeName="Equity"] }, type table[AccountType=text, AccountTypeName=text] ) in Source